*** DNM*** PoC for no wait in multi-pipeline-set-state - #11072
Draft
serhiy-katsyuba-intel wants to merge 5 commits into
Draft
*** DNM*** PoC for no wait in multi-pipeline-set-state#11072serhiy-katsyuba-intel wants to merge 5 commits into
serhiy-katsyuba-intel wants to merge 5 commits into
Conversation
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
serhiy-katsyuba-intel
force-pushed
the
separate_triggers
branch
from
August 10, 2026 09:20
1b07016 to
2c0c86a
Compare
kv2019i
reviewed
Aug 10, 2026
kv2019i
left a comment
Collaborator
There was a problem hiding this comment.
Looks nice a solution to me. Trigger order is kept, 1ms delay is removed and pipeline states still happen at start of LL ticks (= the original reason why trigger processing was delayed to LL thread).
| const struct sof_uuid_entry *uid; /**< Uuid */ | ||
| uint16_t type; /**< type of the task (LL or EDF) */ | ||
| uint16_t priority; /**< priority of the task (used by LL) */ | ||
| int16_t priority; /**< priority of the task (used by LL); lower runs first */ |
Collaborator
There was a problem hiding this comment.
Need to check do we have a hard limit for max priority (e.g. can we fit max valid priority to a signed 16bit variabe)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vibe-coded PoC to sort of revert #8504